home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2001 October / maximum-cd-2001-10.iso / Utilities / WinHacker / wh95v203.exe / Disk1 / data1.cab / Plugins / Example - Hello World!.wh < prev    next >
Encoding:
Text File  |  1999-10-31  |  261 b   |  12 lines

  1. // WinHacker Script
  2. // Copyright (c) 1996 Wedge Software
  3.  
  4. //
  5. // Hello World! Example.  Simple example of the Main section
  6. //
  7.  
  8. [Main]
  9. // Ask = 
  10. Desc = Hello world application (most basic script)
  11. StartMessage = Hello World!
  12. ExitMessage = Goodbye World!